@font-face {
  font-family: "Dongle";
  src: url("/Dongle/Dongle-Bold.ttf") format("TrueType");
}

p {
  font-family: "Dongle";
  font-size: 300px;
  color: green;
  text-align: center;
  background-color: none;
  text-shadow: 3px 3px 2px red;
}

.lefttext {
  font-family: "Dongle";
  text-align: center;
  font-size: 80px;
  color: red;
}

.righttext {
font-family: "Dongle";
text-align: center;
font-size: 80px;
color: green;
}
